-
Notifications
You must be signed in to change notification settings - Fork 4
Update with new common tabular DTO #3346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: David BRAQUART <[email protected]>
Signed-off-by: David BRAQUART <[email protected]>
…n-dto-for-tabular-modifs # Conflicts: # src/components/dialogs/network-modifications/tabular/tabular-dialog.tsx
type TabularModificationCommonType = { | ||
export type TabularModificationEditDataType = { | ||
uuid: UUID; | ||
type: 'TABULAR_MODIFICATION' | 'TABULAR_CREATION'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ModificationType.TABULAR_MODIFICATION
ModificationType.TABULAR_CREATION
}); | ||
// For now, we do not manage reactive limits by diagram | ||
if (creationType === 'GENERATOR_CREATION' || creationType === 'BATTERY_CREATION') { | ||
if (modificationType === 'GENERATOR_CREATION' || modificationType === 'BATTERY_CREATION') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ModificationType.GENERATOR_CREATION
ModificationType.BATTERY_CREATION
Signed-off-by: David BRAQUART <[email protected]>
|
No description provided.